バージョン

For<TProperty>(Expression<Func<T,IEnumerable<TProperty>>>) メソッド

Lambda 表現
シンタックス
'宣言
 
Public Overloads Function For(Of TProperty As Class)( _
   ByVal propSpec As System.Linq.Expressions.Expression(Of Func(Of T,IEnumerable(Of TProperty))) _
) As GridColumnLayout(Of TProperty)
public GridColumnLayout<TProperty> For<TProperty>( 
   System.Linq.Expressions.Expression<Func<T,IEnumerable<TProperty>>> propSpec
)
where TProperty: class

パラメータ

propSpec

型パラメータ

TProperty
参照

オンラインで表示: GitHub